home *** CD-ROM | disk | FTP | other *** search
- //----------------------------------------------------------------------------
- #ifndef Unit5H
- #define Unit5H
- //----------------------------------------------------------------------------
- #include <ComCtrls.hpp>
- #include <Classes.hpp>
- #include <Controls.hpp>
- #include <ExtCtrls.hpp>
- #include <Graphics.hpp>
- #include <StdCtrls.hpp>
- #include "NCTAUDIOEDITOR2Lib_OCX.h"
- //----------------------------------------------------------------------------
- class TfrmAdv : public TForm
- {
- __published:
- TButton *btnClose;
- TLabel *Label2;
- TImage *Image2;
- TGroupBox *gbOther;
- TLabel *Label1;
- void __fastcall FormShow(TObject *Sender);
- private:
- public:
- bool m_Rec;
- virtual __fastcall TfrmAdv(TComponent* AOwner);
- void __fastcall AdvClick(TObject *Sender);
- void __fastcall AdvChange(TObject *Sender);
- IAudioEditor2DevicePtr Dev;
- };
- //----------------------------------------------------------------------------
- extern PACKAGE TfrmAdv *frmAdv;
- //----------------------------------------------------------------------------
- #endif
-